Implement per-message profile management and sending with a per-message profile#309
Draft
dozro wants to merge 26 commits intoSableClient:devfrom
Draft
Implement per-message profile management and sending with a per-message profile#309dozro wants to merge 26 commits intoSableClient:devfrom
dozro wants to merge 26 commits intoSableClient:devfrom
Conversation
…ogic; update useCommands to support multi-word names in key=value parsing
…o overview; adjust layout and styles
…r pronoun management
…arify purpose of associations field
…MessageProfileIdForRoom
…rMessageProfileForRoom in RoomInput bc somehow caching didn't really work in any reliable manner
This was referenced Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #298
Implements usage of MSC4144
for future development: #340 and #341
This pull request introduces support for per-message profiles (PMP), allowing users to set and use different profiles (such as display name, avatar, and pronouns) on a per-message basis. It adds both backend logic and UI components for managing these profiles, updates the message sending and rendering logic to support PMP, and exposes new settings and commands for users to interact with this feature. Additionally, it refactors some settings components for better modularity.
The most important changes are:
Per-Message Profile (PMP) Support:
com.beeper.per_message_profile)./usepmp,/addpmp,/delpmp) to manage and use per-message profiles via the chat input.Settings UI Enhancements:
PerMessageProfilePage) and overview/editor components for managing per-message profiles. (open to suggestion where that belongs lol)Pronoun Handling Refactor:
PronounSetandparsePronounsInputto a shared utility file for consistent usage across the codebase, and improved pronoun filtering logic in the timeline.Settings Refactoring:
Type of change
Checklist: